Move jQuery on *top* of footer

You can pass a priority parameter to add_action. I don’t actually know what priority Akismet has (default is 10), but you could start by trying this:

add_action( 'wp_default_scripts', 'pwcc_jquery_to_footer', 9);