How do I get jQuery to Load before Bootstrap?

In place of your emnpty array() you are able to declare dependencies. For Script A to load before Script B, declare that A is dependent on B.

Codex reference: http://codex.wordpress.org/Function_Reference/wp_enqueue_script

It’s possible you have declared these dependencies within your register statements but these are not given above.