WordPress include scripts and style in plugin page

wp_enqueue_scripts is a front-end hook. It will not execute on the back-end. You need to use admin_enqueue_scripts instead. This is even mentioned on the Codex page just refrerenced.

See also:

http://codex.wordpress.org/AJAX_in_Plugins#Ajax_on_the_Administration_Side