you can perform the addition of a new column between two columns by a stored procedure with outline:
1. create table abc(col1 int , col2 int , col4 int)
2. alter table abc add column (colmn3 int)...