Hi ,
Logical Scan Fragmentation is the percentage of out of order pages in index.
The only way to reduce logical fragmentation is to create the index again.
If there are lot of connection or users are using the table then run DBCC INDEXDEFRAG.
HTH
Killer