I have this error notice ‘wp_enqueue_script was called incorrectly’ in my plugin

Removing wp_enqueue_script('jquery'); will fix your problem.

Put jquery into deps parameter of wp_enqueue_script function.