wp_deregister_script was called incorrectly

All other scripts running on that page depend on the correct jQuery file shipped with WordPress: admin bar, jQuery-UI or other plugins.

Note that loading external resources is not possible in all setups, so your options page would not work in these cases.

To use scripts that needs $ use $ = jQuery.noConflict(); or put it into a wrapper.