Oh! Works fine!!!
I put the 2 lines on my Functions.php (on my Child Theme), like this:
//SKU reorganize
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40);
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 15 );
Thanks!!