Hi there,
The image link was broken for me. I replaced the following function that starts on line 66 of scroll-up.php
<code>
function add_script_to_footer() {
echo '<script type="text/javascript">$.scrollUp({image_src: \'' . plugins_url('/jquery-scrollup/jquery-scroll-up/arrow_up.png') . '\'});</script>';
}
</code>