Hello,
you might have a look at the FreeRTOS port for K60 and Processor Expert available at
http://www.steinerberg.com/EmbeddedComponents/Example_TWR-MK60_FreeRTOS/home.htm
SysTick is added as a normal Timer_LDD, while the SVCall and PendableSVReq had to be added through the CPU component settings (see the readme in the example project for details).
That way you can specify as well the priority/etc.
The interrupts are then added automatically to the vector table.
BK
PS: I have ported the component to use the FreeRTOS V7.1.0 as well supporting the K70 with M4F and floating point support. It will be posted on above site and on FreeRTOS.org in a few hours.