Allow non-admins to access the Customize theme page

Here is my solution and it’s worked:

get_role('editor')->add_cap('edit_theme_options');

It’s possible since Version 3.0 in WordPress