Hello,
There is no future-proof method right now but you may comment out the following line in jquery-smooth-scroll.php.
add_action( 'wp_footer', array( &$this, 'wp_footer') );
It should look like this:
// add_action( 'wp_footer', array( &$this, 'wp_footer') );